accumulate_api library

Extensions

AsInt8List on List<int>
AsUint8List on List<int>
DynamicToJSON on dynamic
MapToJSON on Map<String, dynamic>
ObjectToJSON on Object

Properties

ACME_TOKEN_URL AccURL
The URL of the ACME token
final
ANCHORS_URL AccURL
The URL of the anchors
final
DN_URL AccURL
The URL of the DN
final

Functions

bigIntToByteData(BigInt bigInt) ByteData
bigIntToUint8List(BigInt bigInt) Uint8List
bigNumberMarshalBinary(int num, [int? field]) Uint8List
booleanMarshalBinary(bool b, [int? field]) Uint8List
bytesMarshalBinary(Uint8List val, [int? field]) Uint8List
compareUint8Lists(Uint8List bytes1, Uint8List bytes2) bool
concatTwoUint8Lists(Uint8List a, Uint8List b) Uint8List
concatUint8List(List<Uint8List> lists) Uint8List
fieldMarshalBinary(int field, Uint8List val) Uint8List
getAcmeLiteAccountFromFactoidAddress(String address) String
getFactoidAddressFromRCDHash(Uint8List rcd1Hash) String
getFactoidAddressRcdHashPkeyFromPrivateFs(String fsAddress) Factoid
getFactoidSecretFromPrivKey(Uint8List pk) String
getLiteAccountFromFactoidAddress(String address) AccURL
getLiteIdentityFromFactoidFs(String fs) LiteIdentity
getLiteIdentityFromFactoidFs_Ext(String fs) LiteIdentity
getRCDFromFactoidAddress(String faAddress) Uint8List
getRCDHashFromPublicKey(Uint8List pubkey, int version) Uint8List
hashMarshalBinary(Uint8List val, [int? field]) Uint8List
receiptModelFromMap(String str) ReceiptModel
receiptModelToMap(ReceiptModel data) String
sha256Update(Uint8List data) Uint8List
stringMarshalBinary(String val, [int? field]) Uint8List
toHexString(String original) String
uvarintMarshalBinary(int val, [int? field]) Uint8List
uvarintMarshalBinaryAlt(int val, [int? field]) Uint8List
withFieldNumber(Uint8List data, [int? field]) Uint8List