GenesisMetadata defines the genesis type for metadata that clients may return with ExportMetadata

interface GenesisMetadataAmino {
    key?: string;
    value?: string;
}

Properties

Properties

key?: string

store key of metadata without clientID-prefix

value?: string

metadata value