Name

PalletBalancesEvent (30)

Hierarchy

  • Enum
    • PalletBalancesEvent

Properties

asBalanceSet: {
    free: u128;
    reserved: 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>, {}, {}>
asReserveRepatriated: {
    amount: u128;
    destinationStatus: FrameSupportTokensMiscBalanceStatus;
    from: AccountId32;
    to: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asReserved: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asSlashed: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asTransfer: {
    amount: u128;
    from: AccountId32;
    to: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asUnreserved: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
asWithdraw: {
    amount: u128;
    who: AccountId32;
} & Struct<TypesDef<Codec>, {}, {}>
isBalanceSet: boolean
isDeposit: boolean
isDustLost: boolean
isEndowed: boolean
isReserveRepatriated: boolean
isReserved: boolean
isSlashed: boolean
isTransfer: boolean
isUnreserved: boolean
isWithdraw: boolean
type: "Endowed" | "DustLost" | "Transfer" | "BalanceSet" | "Reserved" | "Unreserved" | "ReserveRepatriated" | "Deposit" | "Withdraw" | "Slashed"