interface PrivKeyProtoMsg {
    typeUrl: "/cosmos.crypto.ed25519.PrivKey";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/cosmos.crypto.ed25519.PrivKey"
value: Uint8Array