UNPKG

@tacoinfra/tezos-kms

Version:

Utilize AWS KMS Keys to work with the Tezos blockchain.

9 lines (8 loc) 234 B
declare const prefix: { secp256k1PublicKey: Uint8Array; secp256k1PublicKeyHash: Uint8Array; ed25519SecretKey: Uint8Array; smartContractAddress: Uint8Array; secp256k1signature: Uint8Array; }; export default prefix;