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

    Interface TableFieldsOnChain

    The Move fields stored in a table::Table value.

    interface TableFieldsOnChain {
        id: UidOnChain;
        size: string;
    }
    Index

    The table's UID in the gRPC or JSON-RPC transport shape.

    size: string

    The number of entries, serialized as a decimal string.