Verify implements interfaces/Transaction.Verify.
()
| 62 | |
| 63 | // Verify implements interfaces/Transaction.Verify. |
| 64 | func (b *BaseAccount) Verify() (err error) { |
| 65 | return |
| 66 | } |
| 67 | |
| 68 | func init() { |
| 69 | pi.RegisterTransaction(pi.TransactionTypeBaseAccount, (*BaseAccount)(nil)) |
no outgoing calls