We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c2ca9 commit a16452cCopy full SHA for a16452c
src/apis/avm/api.ts
@@ -925,6 +925,8 @@ export class AVMAPI extends JRPCAPI {
925
* @param asOf Optional. The timestamp to verify the transaction against as a {@link https://github.com/indutny/bn.js/|BN}
926
* @param locktime Optional. The locktime field created in the resulting outputs
927
* @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.
930
*
931
* @returns An unsigned transaction ([[UnsignedTx]]) which contains an [[ExportTx]].
932
*/
0 commit comments