Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 850 Bytes

Ed25519Signature.md

File metadata and controls

16 lines (11 loc) · 850 Bytes

aptos_api_dart.model.Ed25519Signature

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
publicKey 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.
signature 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]