@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias TableItemRequest

    The request payload for the GetTableItem API.

    type TableItemRequest = {
        key: any;
        key_type: MoveValue;
        value_type: MoveValue;
    }
    Index

    Properties

    key: any

    The value of the table item's key

    key_type: MoveValue
    value_type: MoveValue