Returns the program ID owning all accounts.
Returns the client's wallet and network provider.
Returns the number of bytes in this account.
Returns all instances of this account type for the program.
User-provided filters to narrow the results from connection.getProgramAccounts
.
When filters are not defined this method returns all
the account instances.
When filters are of type `Buffer`, the filters are appended
after the discriminator.
When filters are of type `GetProgramAccountsFilter[]`,
filters are appended after the discriminator filter.
Returns an instruction for creating this account.
Returns a deserialized account.
The address of the account to fetch.
Returns a deserialized account along with the associated rpc response context.
The address of the account to fetch.
Returns multiple deserialized accounts. Accounts not found or with wrong discriminator are returned as null.
The addresses of the accounts to fetch.
Returns multiple deserialized accounts. Accounts not found or with wrong discriminator are returned as null.
The addresses of the accounts to fetch.
Returns a deserialized account, returning null if it doesn't exist.
The address of the account to fetch.
Returns a deserialized account along with the associated rpc response context, returning null if it doesn't exist.
The address of the account to fetch.
Returns an EventEmitter
emitting a "change" event whenever the account
changes.
Unsubscribes from the account at the given address.
Generated using TypeDoc
Returns the coder.