PayScript

Tagion PayScript builtin transfer script, Included in a contract to eventually be outputs in the DART The sum of the value of the outputs should be less than the sum of inputs + fees

@safe
@recordType("pay")
struct PayScript {}

Members

Variables

outputs
const(TagionBill)[] outputs;

Outputs of the contract to be Stored in DART

Mixed In Members

From mixin HiBONRecord

recordName
string recordName()

Get the record type name set by @recordType("name")