Interface AccountAdjustmentAccountPnlOperationInit

interface AccountAdjustmentAccountPnlOperationInit {
    state:
        | string
        | number
        | bigint
        | PnlHaltReason
        | Pnl;
}

Properties

Properties

state:
    | string
    | number
    | bigint
    | PnlHaltReason
    | Pnl