Hash implements interfaces/Transaction.Hash.
()
| 52 | |
| 53 | // Hash implements interfaces/Transaction.Hash. |
| 54 | func (b *BaseAccount) Hash() (h hash.Hash) { |
| 55 | return |
| 56 | } |
| 57 | |
| 58 | // Sign implements interfaces/Transaction.Sign. |
| 59 | func (b *BaseAccount) Sign(signer *asymmetric.PrivateKey) (err error) { |
no outgoing calls