NextKeyIDResponse contains the key ID for the next rotation on the given chain

interface NextKeyIDResponse {
    keyId: string;
}

Properties

Properties

keyId: string

Generated using TypeDoc