useGetGetActivity
is now useGetActivity
, and usePostSignTransaction
is useSignTransaction
.TPostCreatePrivateKeysInput
is now TCreatePrivateKeysInput
.0.18.0
are now named “signed” requests to better reflect what they are. FederatedRequest
is now SignedRequest
, and generated types follow. For example: federatedPostCreatePrivateKeys
is now signCreatePrivateKeys
, federatedGetGetActivity
is now signGetActivity
, and so on..postGetPrivateKey(...)
’s underlying path, while adding @deprecated
.postGetPrivateKeyBackwardsCompat(...)
for backward compatibilitysha256
hashing from local to remoteTurnkeyRequestError
error class that contains rich error details