- Implement a set of predefined verification fuctions. These fuctions signature should be like this
fn(address, stdTx, ...parameters){
}
- Add a new transaction type. With the new transaction, each address can specify on what transaction, execute which verification functions and corresponding parameters:
|key | value | type |
|------------------------------------| -------------- |-----------|
|"func"+address+transactionType | function names |[]string |