Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.18 KB

WriteSetChangeWriteTableItem.md

File metadata and controls

20 lines (15 loc) · 1.18 KB

aptos_api_dart.model.WriteSetChangeWriteTableItem

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
type String
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.
value 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 DecodedTableData [optional]

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