Crate sfm_sdk

Source

Modules§

helpers
processors
utils

Structs§

AccountEntry
Account Hash, Owner (New), Mint (New), Amount (New), Timestamp, Block pub type AccountEntry = (String, Option, Option, Option, u64, u64);
AccountLatest
Struct that stashes the latest bits of an account.
AccountProgram
AccountTransaction
BTEnrichedTransfer
BatchedAccountTransaction
Block
EnrichedTransfer
Routing key ## Schema column qualifiers type —> receive | send amount (in finalised format, e.g. 0.000031 <eth, excluded>) txHash
JsonEnrichedTransfer
ProgramConsumption
QueueItem
SysSigListener
System Signal Listener A simple struct to listen for shutdown signals from system, and for listeners to receive a subscriber pipe.
SysSigReceiver
Listens for the machine shutdown signals via a SysSigListener with a broadcast::Receiver.
TransactionInfo
TransactionProgram
Transfer
Record an instance of a transaction transfer at any given time. Routing key ## Schema column qualifiers type —> receive | send amount (in finalised format, e.g. 0.000031 <eth, excluded>) txHash

Enums§

EnrichedTransferStatus
VersionedTransfer

Functions§

is_not_transfer

Type Aliases§

AccountMap