Record is used for representing a key in the keyring.

interface RecordAmino {
    ledger?: Record_LedgerAmino;
    local?: Record_LocalAmino;
    multi?: Record_MultiAmino;
    name?: string;
    offline?: Record_OfflineAmino;
    pub_key?: AnyAmino;
}

Properties

ledger stores the public information about a Ledger key

local stores the public information about a locally stored key

Multi does not store any information.

name?: string

name represents a name of Record

Offline does not store any information.

pub_key?: AnyAmino

pub_key represents a public key in any format