TransactionMessage: {
    accountKeys: {
        pubkey: PublicKey;
        signer: boolean;
        source: string;
        writable: boolean;
    }[];
    addressTableLookups: any;
    instructions: any[];
    recentBlockhash: string;
}

Type declaration

  • accountKeys: {
        pubkey: PublicKey;
        signer: boolean;
        source: string;
        writable: boolean;
    }[]
  • addressTableLookups: any
  • instructions: any[]
  • recentBlockhash: string

Generated using TypeDoc