Interface RegistryConsensusAddressQuery

ConsensusAddressQuery is a registry query by consensus address. The nature and format of the consensus address depends on the specific consensus backend implementation used.

interface RegistryConsensusAddressQuery {
    address: Uint8Array;
    height: longnum;
}

Properties

Properties

address: Uint8Array
height: longnum