interface WalletsDashboard {
    custodians: WalletCustodian[];
    summary: WalletsDashboardSummary;
}

Properties

Properties

custodians: WalletCustodian[]