fix: add tx instruction->transfer data functionality
This commit is contained in:
committed by
Michael Vines
parent
ee3acbf1ba
commit
daba1a7856
@@ -40,7 +40,7 @@ export const PACKET_DATA_SIZE = 1280 - 40 - 8;
|
||||
* @property {?PublicKey} programId
|
||||
* @property {?Buffer} data
|
||||
*/
|
||||
type TransactionInstructionCtorFields = {|
|
||||
export type TransactionInstructionCtorFields = {|
|
||||
keys?: Array<{pubkey: PublicKey, isSigner: boolean, isDebitable: boolean}>,
|
||||
programId?: PublicKey,
|
||||
data?: Buffer,
|
||||
|
Reference in New Issue
Block a user