Name

PalletBalancesEvent (31)

Hierarchy

  • Enum
    • PalletBalancesEvent

Properties

asBalanceSet: {
    free: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asBurned: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asDeposit: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asDustLost: {
    account: AccountId32;
    amount: u128;
} & Struct<TypesDef<Codec>, {}, {}>
asEndowed: {
    account: AccountId32;
    freeBalance: u128;
} & Struct<TypesDef<Codec>, {}, {}>
asFrozen: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asIssued: {
    amount: u128;
} & Struct<TypesDef<Codec>, {}, {}>
asLocked: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asMinted: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asRescinded: {
    amount: u128;
} & Struct<TypesDef<Codec>, {}, {}>
asReserveRepatriated: {
    amount: u128;
    destinationStatus: FrameSupportTokensMiscBalanceStatus;
    from: AccountId32;
    to: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asReserved: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asRestored: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asSlashed: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asSuspended: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asThawed: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asTransfer: {
    amount: u128;
    from: AccountId32;
    to: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asUnlocked: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asUnreserved: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asUpgraded: {
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asWithdraw: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
isBalanceSet: boolean
isBurned: boolean
isDeposit: boolean
isDustLost: boolean
isEndowed: boolean
isFrozen: boolean
isIssued: boolean
isLocked: boolean
isMinted: boolean
isRescinded: boolean
isReserveRepatriated: boolean
isReserved: boolean
isRestored: boolean
isSlashed: boolean
isSuspended: boolean
isThawed: boolean
isTransfer: boolean
isUnlocked: boolean
isUnreserved: boolean
isUpgraded: boolean
isWithdraw: boolean
type: "Frozen" | "Endowed" | "DustLost" | "Transfer" | "BalanceSet" | "Reserved" | "Unreserved" | "ReserveRepatriated" | "Deposit" | "Withdraw" | "Slashed" | "Minted" | "Burned" | "Suspended" | "Restored" | "Upgraded" | "Issued" | "Rescinded" | "Locked" | "Unlocked" | "Thawed"