Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 847 Bytes

AccountData.md

File metadata and controls

16 lines (11 loc) · 847 Bytes

aptos_api_dart.model.AccountData

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
sequenceNumber String A string containing a 64-bit unsigned integer. We represent u64 values as a string to ensure compatibility with languages such as JavaScript that do not parse u64s in JSON natively.
authenticationKey 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.

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