base library

Classes

GrpcStatus
THttpConfig
TSignedRequest
Represents a signed request ready to be POSTed to Turnkey
TStamp
TStamper
Interface to implement if you want to provide your own stampers for your TurnkeyClient.

Functions

sealAndStampRequestBody({required Map<String, dynamic> body, String? apiPublicKey, String? apiPrivateKey}) Future<Map<String, String>>
Seals and stamps the request body with your Turnkey API credentials.
stableStringify(Map<String, dynamic> input) String
Converts a Map<String, dynamic> into a JSON string representation.

Exceptions / Errors

TurnkeyRequestError