Creates a transaction to initialize an order account which can be passed into an initialize order instruction.
Can '.add()' additional instructions to this transaction.
Must call '.partialsign(orderAccount)' before sending this transaction or you will receive signature verification errors.
Public key of order initializer
Keypair for order account, can be obtained with 'anchor.web3.Keypair.generate()'
Deployed program ID for GM program
Creates a transaction to initialize an order account which can be passed into an initialize order instruction.
Can '.add()' additional instructions to this transaction.
Must call '.partialsign(orderAccount)' before sending this transaction or you will receive signature verification errors.