The withdrawal activity details

Withdrawal

interface Withdrawal {
    from: string;
    amount: string;
    asset: ActivityAsset;
}

Properties

Properties

from: string

The account address the asset was withdrawn from

Withdrawal

amount: string

The amount of assets withdrawn

Withdrawal

Withdrawal