interface KeyAddressResponse {
    addresses: KeyAddressResponse_WeightedAddress[];
    keyId: string;
    threshold: string;
}

Properties

keyId: string
threshold: string

Generated using TypeDoc