Skip to content

Commit a16452c

Browse files
committed
Add comment.
1 parent 12c2ca9 commit a16452c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/apis/avm/api.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,8 @@ export class AVMAPI extends JRPCAPI {
925925
* @param asOf Optional. The timestamp to verify the transaction against as a {@link https://github.com/indutny/bn.js/|BN}
926926
* @param locktime Optional. The locktime field created in the resulting outputs
927927
* @param threshold Optional. The number of signatures required to spend the funds in the resultant UTXO
928+
* @param assetID Optional. The assetID of the asset to send. Defaults to AVAX assetID.
929+
* Regardless of the asset which you're exporting, all fees are paid in AVAX.
928930
*
929931
* @returns An unsigned transaction ([[UnsignedTx]]) which contains an [[ExportTx]].
930932
*/

0 commit comments

Comments
 (0)