Expand description
Structs representing transaction data scanned from the block chain by a wallet or light client.
Structs§
- NoteId
- A unique identifier for a shielded transaction output
- Received
Note - Information about a note that is tracked by the wallet that is available for spending, with sufficient information for use in note selection.
- Transparent
Address Metadata transparent-inputs
- Metadata related to the ZIP 32 derivation of a transparent address. This is implicitly scoped to an account.
- Wallet
Output - An output that was successfully decrypted in the process of wallet scanning.
- Wallet
Spend - A reference to a spent note belonging to the wallet within a transaction.
- Wallet
Transparent Output - Wallet
Tx - The shielded subset of a
Transaction
’s data that is relevant to a particular wallet.
Enums§
- Note
- An enumeration of supported shielded note types for use in
ReceivedNote
- OvkPolicy
- Describes a policy for which outgoing viewing key should be able to decrypt transaction outputs.
- Recipient
- A type that represents the recipient of a transaction output:
Type Aliases§
- Wallet
Orchard Output orchard
- The output part of an Orchard
Action
that was decrypted in the process of scanning. - Wallet
Orchard Spend orchard
- A type alias for Orchard
WalletSpend
s. - Wallet
Sapling Output - A subset of an
OutputDescription
relevant to wallets and light clients. - Wallet
Sapling Spend - A type alias for Sapling
WalletSpend
s.