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

interface GenesisMetadata {
    key: Uint8Array;
    value: Uint8Array;
}

Properties

Properties

key: Uint8Array

store key of metadata without clientID-prefix

value: Uint8Array

metadata value