Documentation
    Preparing search index...

    Variable ExpiryCashReceivedConst

    ExpiryCashReceived: MoveStruct<
        {
            amount: BcsType<bigint, string | number | bigint, "u64">;
            expiry_market_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            pool_vault_id: BcsType<
                string,
                string
                | Uint8Array<ArrayBufferLike>,
                "bytes[32]",
            >;
            settlement_price: BcsType<bigint, string | number | bigint, "u64">;
        },
        "@local-pkg/deepbook_predict::vault_events::ExpiryCashReceived",
    > = ...