Sign implements interfaces/Transaction.Sign.
(signer *asymmetric.PrivateKey)
| 57 | |
| 58 | // Sign implements interfaces/Transaction.Sign. |
| 59 | func (b *BaseAccount) Sign(signer *asymmetric.PrivateKey) (err error) { |
| 60 | return |
| 61 | } |
| 62 | |
| 63 | // Verify implements interfaces/Transaction.Verify. |
| 64 | func (b *BaseAccount) Verify() (err error) { |
no outgoing calls