getRawTableItem constant

AptosApiMethod const getRawTableItem

Implementation

static const AptosApiMethod getRawTableItem = AptosApiMethod._(
    url: '/tables/{table_handle}/raw_item',
    name: 'Get raw table item',
    requestType: RequestServiceType.post);