Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 919 Bytes

MultiEd25519Signature.md

File metadata and controls

18 lines (13 loc) · 919 Bytes

aptos_api_dart.model.MultiEd25519Signature

Load the model package

import 'package:aptos_api_dart/api.dart';

Properties

Name Type Description Notes
publicKeys BuiltList<String> The public keys for the Ed25519 signature
signatures BuiltList<String> Signature associated with the public keys in the same order
threshold int The number of signatures required for a successful transaction
bitmap 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]