How to treat unspecified transfers of a transaction.
Used for creating transactions.
Post-conditions are always be validated by nodes, regardless of the PostConditionMode.
PostConditionMode.Allow will allow additional (aka unspecified) transfers, while PostConditionMode.Deny will not.
How to treat unspecified transfers of a transaction. Used for creating transactions.
Post-conditions are always be validated by nodes, regardless of the PostConditionMode.
PostConditionMode.Allow
will allow additional (aka unspecified) transfers, whilePostConditionMode.Deny
will not.