Clauses (Multi-Task Transaction)
A native approach to scale transaction throughput on the VeChainThor blockchain.
Introduction
Clauses
type Clause struct {
body clauseBody
}
type clauseBody struct {
To *thor.Address `rlp:"nil"`
Value *big.Int
Data []byte
}Clause Attributes
Conclusion
Last updated
Was this helpful?