sendAssetConfig
sendAssetConfig(
params
):void
Parameters
• params
• params.configAsset: AssetID
• params.configAssetClawback?: Address
• params.configAssetFreeze?: Address
• params.configAssetManager?: Address
• params.configAssetReserve?: Address
• params.fee?: uint64
The fee paid for this transaction
• params.note?: string
The note field for this transaction
• params.rekeyTo?: Address
If set, changes the authAddr of sender
to the given address
• params.sender?: Address
The sender of this transaction. This is the account that pays the fee (if non-zero)
Returns
void