You may distribute an additional asset, i.e. as air drop, together with this pay out.
If given additionalAssetId
, then you need to specify a quantity that's being distributed together.
The related asset
An optional attachment
The deadline when after how many minutes the transaction will be discarded, if it was not processed, e.g. due to very low fee
The fee expressed in Planck
Distributes only to those who have a minimum amount of that token/asset
Using this field allows to make a transaction dependent on other transactions.
The senders private key, i.e. the crypto.Keys.signPrivateKey If the private key is not given, then the transaction method will return the unsigned byte string. The transaction won't be processed until the unsigned bytes are being signed and broadcasted using TransactionApi.signAndBroadcastTransaction
The senders public key, i.e. the crypto.Keys.publicKey
Setting this option to true
, skips the additional security check, i.e. the verification of the
unsigned transaction bytes, which detects tampered node responses. By default, the option is false
.
Usually, you won't use this option, but can be useful when a method cannot be verified,
because the verification is not implemented yet.
Total Amount of Signa to be distributed, expressed in Planck
The argument object for AssetApi.distributeToAssetHolders