pub trait BorrowIntentFnT: FnOnce(&mut ProgrammableTransactionBuilder, &HashMap<ObjectID, (Argument, IotaObjectData)>) { }
Expand description
Instances of BorrowIntentFnT can be used as user-provided function to describe how a borrowed assets shall be used.