UNPKG

@chorus-one/signer

Version:

Signer interface for Chorus One SDK

9 lines (8 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyType = void 0; var KeyType; (function (KeyType) { KeyType["SECP256K1"] = "secp256k1"; KeyType["ED25519"] = "ed25519"; })(KeyType || (exports.KeyType = KeyType = {}));