The deposit activity details

Deposit

interface Deposit {
    to: string;
    amount: string;
    asset: ActivityAsset;
}

Properties

Properties

to: string

The account address the asset was deposited to

Deposit

amount: string

The deposited amount

Deposit

Deposit