interface KeyInfo {
    metadata: any;
    which: any;
}

Properties

Properties

metadata: any

An extra output, suggested to be used to describe the key. It's up to the extension to define how it's structured.

which: any

A value for the which parameter when requesting a public key or a signature. It's up to the extension to define how it's structured.