KeyIDResponse contains the key ID of the key assigned to a given chain.

interface KeyIDResponse {
    keyId: string;
}

Properties

keyId: string

Generated using TypeDoc