Type alias MultisigMessageAddressTableLookup

MultisigMessageAddressTableLookup: {
    accountKey: web3.PublicKey;
    readonlyIndexes: Uint8Array;
    writableIndexes: Uint8Array;
}

Type declaration

  • accountKey: web3.PublicKey
  • readonlyIndexes: Uint8Array
  • writableIndexes: Uint8Array

Generated using TypeDoc