Private
constructorReadonly
authorityReadonly
multisigReadonly
reservedReadonly
treasuryStatic
byteReturns the byteSize of a Buffer holding the serialized data of ProgramConfig
Returns a readable version of ProgramConfig properties and can be used to convert to JSON and/or logging
Serializes the ProgramConfig into a Buffer.
a tuple of the created Buffer and the offset up to which the buffer was written to store it.
Static
deserializeDeserializes the ProgramConfig from the provided data Buffer.
a tuple of the account data and the offset up to which the buffer was read to obtain it.
Static
fromRetrieves the account info from the provided address and deserializes the ProgramConfig from its data.
Optional
commitmentOrConfig: Commitment | GetAccountInfoConfigError if no account info is found at the address or if deserialization fails
Static
fromDeserializes the ProgramConfig from the data of the provided web3.AccountInfo.
a tuple of the account data and the offset up to which the buffer was read to obtain it.
Static
fromCreates a ProgramConfig instance from the provided args.
Static
getFetches the minimum balance needed to exempt an account holding ProgramConfig data from rent
used to retrieve the rent exemption information
Optional
commitment: CommitmentStatic
gpaProvides a web3.Connection.getProgramAccounts config builder, to fetch accounts matching filters that can be specified via that builder.
the program that owns the accounts we are filtering
Static
hasDetermines if the provided Buffer has the correct byte size to hold ProgramConfig data.
Generated using TypeDoc
Holds the data for the ProgramConfig Account and provides de/serialization functionality for that data