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

    Interface TransferredDeallocatedCollateralEvent

    Event emitted when deallocated collateral is transferred from a clearing house to an account or subaccount.

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

    Hierarchy (View Summary)

    • Event
      • TransferredDeallocatedCollateralEvent
    Index
    accountId: bigint

    Perpetuals account associated with the transfer.

    chId: string

    Clearing-house object that transferred the collateral.

    collateral: bigint

    Transferred 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.