interface KeyAddressRequest {
    chain: string;
    keyId: string;
}

Properties

Properties

chain: string
keyId: string

Generated using TypeDoc