The transfer activity details

Transfer

interface Transfer {
    from: string;
    to: string;
    amount: string;
    asset: ActivityAsset;
}

Properties

Properties

from: string

The account address the asset was transferred from

Transfer

to: string

The account address the asset was transferred to

Transfer

amount: string

The amount of assets transferred

Transfer

Transfer