Module tetcore_subxt::balances[][src]

Implements support for the noble_balances module.

Structs

AccountData

All balance information for an account.

BalanceLock

A single lock on a balance. There can be many of these on an account and they “overlap”, so the same balance is frozen by multiple locks.

LocksStore

The locks of the balances module.

TotalIssuanceStore

The total issuance of the balances module.

TransferCall

Transfer some liquid free balance to another account.

TransferEvent

Transfer event.

Enums

Reasons

Simplified reasons for withdrawing balance.

Traits

Balances

The subset of the noble_balances::Trait that a client must implement.

BalancesEventsDecoder

EventsDecoder extension trait.

LocksStoreExt

Store extension trait.

TotalIssuanceStoreExt

Store extension trait.

TransferCallExt

Call extension trait.

TransferEventExt

Event extension trait.