AddAssetParams<T>: {
    account: Address;
    type: T;
    params: AssetTypeParams<T>;
}

Type Parameters

Type declaration

  • account: Address

    Owner's wallet address. It is the same address as the accountInteraction.address, but it must be explicitly provided

  • type: T

    Which asset to add

  • params: AssetTypeParams<T>

    Asset parameters