Export

BorrowerDetails

interface BorrowerDetails {
    pools: BorrowerPool[];
}

Properties

Properties

pools: BorrowerPool[]

List details of all the loans identified with the given address

Memberof

BorrowerDetails

Generated using TypeDoc