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

    Event emitted when an account or subaccount receives collateral.

    interface ReceivedCollateralEvent {
        accountId: bigint;
        collateral: bigint;
        objectId: string;
        timestamp: number | undefined;
        txnDigest: string;
        type: string;
    }

    Hierarchy (View Summary)

    • Event
      • ReceivedCollateralEvent
    Index
    accountId: bigint

    Perpetuals account receiving the collateral.

    collateral: bigint

    Received collateral in the coin's smallest unit.

    objectId: string

    Account or SubAccount object id.

    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.