Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::FundsLock

void FundsLock(AssetID aid , Amount amount);

Locks the specified amount of asset specified by aid from the current transaction

Parameters

  • aid : asset id
  • amount: amount to lock

Return value

  • none

Notes

  • none

Example

Clone this wiki locally