interface KeyAddressResponse_WeightedAddress {
    address: string;
    weight: string;
}

Properties

Properties

address: string
weight: string

Generated using TypeDoc