Consignment Question #219
-
Description: Now there is a So my question is: if we have a new |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I noticed that in the consignment source code, there is |
Beta Was this translation helpful? Give feedback.
-
You create consignment for a specific receiver. If you do secondary issue and want to inform the public about the fact, this is |
Beta Was this translation helpful? Give feedback.
Contract
(=Consignment<false>
) andTransfer
(=Consignment<true>
) are two different forms of consignment which differentiate scenarios when the receiver will not change its own balance of any of the assets as a result of acceptance.You create consignment for a specific receiver. If you do secondary issue and want to inform the public about the fact, this is
Contract
. If you issue to your wallet and need to be able to spend newly issued amount, this isTransfer
.