TezosMessageUtils class

Constructors

TezosMessageUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

dataLength(dynamic value) → dynamic
encodeBigMapKey(Uint8List key) → dynamic
readAddress(String hexValue, Uint8List b) → dynamic
readAddressWithHint(Uint8List b, String hint) → dynamic
readBufferWithHint(dynamic address, dynamic hint) → dynamic
readKeyWithHint(Uint8List b, String hint) → dynamic
readPublicKey(String hex, Uint8List b) String
readSignatureWithHint(Uint8List opSignature, SignerCurve hint) String
simpleHash(Uint8List message, [int size = 256]) Uint8List
twoByteHex(int n) String
writeAddress(String address) String
writeBoolean(bool b) String
writeBranch(String branch) String
writeInt(int value) String
writePackedData(dynamic value, dynamic type, dynamic format) → dynamic
writePublicKey(String publicKey) String
writeSignedInt(dynamic value) String
writeString(dynamic value) String?