Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 948 Bytes

DeleteTableItem.md

File metadata and controls

18 lines (13 loc) · 948 Bytes

aptos_api_dart.model.DeleteTableItem

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
stateKeyHash String
handle String All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
key String All bytes (Vec) data is represented as hex-encoded string prefixed with 0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
data DeletedTableData [optional]

[Back to Model list] [Back to API list] [Back to README]