PrivKey defines a secp256k1 private key.

interface PrivKeyAmino {
    key?: string;
}

Properties

Properties

key?: string