Expand description
Money::TransferV1
API
Modules§
Structs§
- Transfer
Call Builder - Struct holding necessary information to build a
Money::TransferV1
contract call. - Transfer
Call Clear Input - Transfer
Call Input - Transfer
Call Secrets
Functions§
- make_
transfer_ call - Make a simple anonymous transfer call.
- select_
coins - Select coins from
coins
of at leastmin_value
in total. Different strategies can be used. This function uses the dumb strategy of selecting coins until we reachmin_value
.