Module light_sdk::merkle_context
source · Structs§
- Context which contains the accounts necessary for emitting the output compressed account.
- Context which contains the indices of accounts necessary for emitting the output compressed account.
- Collection of remaining accounts which are sent to the program.
Functions§
- Returns a
PackedAddressMerkleContextand fills upremaining_accountsbased on the givenmerkle_context. - Returns a vector of
PackedAddressMerkleContextand fills upremaining_accountsbased on the givenmerkle_contexts. - Returns a
PackedMerkleOutputContextand fills upremaining_accountsbased on the givenmerkle_output_context. - Returns a vector of
PackedMerkleOutputContextand fills upremaining_accountsbased on the givenmerkle_contexts.