aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Event emitted when collateral is deposited into an account.

    interface DepositedCollateralEvent {
        accountId: bigint;
        collateralDelta: bigint;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • DepositedCollateralEvent
    Index
    accountId: bigint

    Perpetuals account receiving the collateral.

    collateralDelta: bigint

    Deposited collateral in the coin's smallest unit.

    timestamp: number | undefined

    Timestamp of the event, if available.

    txnDigest: string

    The transaction digest associated with the event.

    type: string

    A string identifying the Move event type.