encoder library

Classes

AccountMeta
Class that wraps addresses with information necessary for solana transactions to be encoded correctly.
AddressLookupTableAccount
AddressLookupTableState
ByteArray
CompiledInstruction
CompiledMessage
Instruction
Taken from here.
LoadedAddresses
Message
This is an implementation of the Message Format.
MessageAddressTableLookup
Signature
A digital signature by some SignatureAlgorithm.
SignedTx
Represents a signed transaction that consists of the transaction message and an array of signatures. The array of signatures must be populated following the solana convention for the set of addresses that they belong to within the message.
Sysvar

Extensions

AccountMetaListExt on List<AccountMeta>
AddressLookupTableStatePatterns on AddressLookupTableState
Adds pattern-matching-related methods to AddressLookupTableState.
BinaryReaderExt on BinaryReader
CompiledInstructionPatterns on CompiledInstruction
Adds pattern-matching-related methods to CompiledInstruction.
CompiledMessagePatterns on CompiledMessage
Adds pattern-matching-related methods to CompiledMessage.
InstructionListExt on List<Instruction>
LoadedAddressesPatterns on LoadedAddresses
Adds pattern-matching-related methods to LoadedAddresses.
MessageAddressTableLookupPatterns on MessageAddressTableLookup
Adds pattern-matching-related methods to MessageAddressTableLookup.
MessagePatterns on Message
Adds pattern-matching-related methods to Message.
SignatureExt on Signature
SignedTxPatterns on SignedTx
Adds pattern-matching-related methods to SignedTx.