I'm trying to use the binary payload builder to initialize a complex data store, but the issue I constantly am running into is that it has no to_registers attribute. I've tried working around using pack and unpack functions in python but I tend to get a bunch of errors that way.