UNPKG

@cheqd/sdk

Version:

A TypeScript SDK built with CosmJS to interact with the cheqd network ledger

26 lines 1 kB
export var CheqdNetwork; (function (CheqdNetwork) { CheqdNetwork["Mainnet"] = "mainnet"; CheqdNetwork["Testnet"] = "testnet"; })(CheqdNetwork || (CheqdNetwork = {})); export var VerificationMethods; (function (VerificationMethods) { VerificationMethods["Ed255192020"] = "Ed25519VerificationKey2020"; VerificationMethods["Ed255192018"] = "Ed25519VerificationKey2018"; VerificationMethods["JWK"] = "JsonWebKey2020"; })(VerificationMethods || (VerificationMethods = {})); export var MethodSpecificIdAlgo; (function (MethodSpecificIdAlgo) { MethodSpecificIdAlgo["Base58"] = "base58btc"; MethodSpecificIdAlgo["Uuid"] = "uuid"; })(MethodSpecificIdAlgo || (MethodSpecificIdAlgo = {})); export const ISignInputs = { isSignInput(object) { return object.some((x) => 'privateKeyHex' in x); }, }; export var ServiceType; (function (ServiceType) { ServiceType["LinkedDomains"] = "LinkedDomains"; })(ServiceType || (ServiceType = {})); //# sourceMappingURL=types.js.map