Documentation ¶
Index ¶
- Constants
- func CreateOrUpdateUTXOs(ctx context.Context, tx *mixin.Transaction, timestamp uint64) error
- func CreateSnapshot(ctx context.Context, hash string, topology, timestamp int64, ...) error
- func GetAmountByViewKey(ctx context.Context, view string)
- func ReadProperty(ctx context.Context, key string) (string, error)
- func WriteProperty(ctx context.Context, key, value string) error
- type Property
- type Snapshot
- type UTXO
Constants ¶
View Source
const ( UTXOStateUnspent = "unspent" UTXOStateSpent = "spent" )
View Source
const (
MainnetSnapshotsCheckpoint = "service-mainnet-snapshots-checkpoint"
)
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateUTXOs ¶
func CreateSnapshot ¶
func GetAmountByViewKey ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.