interface WalletCustodian {
    addressCount: number;
    custodian: string;
    idleWei: string;
    percentage: number;
    staked: StakedBreakdown;
    totalWei: string;
}

Properties

addressCount: number

Number of addresses for this custodian

Example

7
custodian: string

Wallet custodian name

Example

"BitGo"
idleWei: string

Idle ETH in wei

Example

"734000000000000000000"
percentage: number

Percentage of total value

Example

30

Staked ETH breakdown

totalWei: string

Total ETH value in wei

Example

"1234000000000000000000"