Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 687 Bytes

MoveScriptBytecode.md

File metadata and controls

16 lines (11 loc) · 687 Bytes

aptos_api_dart.model.MoveScriptBytecode

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
bytecode 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.
abi MoveFunction [optional]

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