[][src]Module substrate_subxt::balances

Implements support for the pallet_balances module.

Structs

AccountData

All balance information for an account.

TotalIssuanceStore

The total issuance of the balances module.

TransferCall

Transfer some liquid free balance to another account.

TransferEvent

Transfer event.

Traits

Balances

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

BalancesEventsDecoder

EventsDecoder extension trait.

TotalIssuanceStoreExt

Store extension trait.

TransferCallExt

Call extension trait.

TransferEventExt

Event extension trait.