GetAccountNonce implements interfaces/Transaction.GetAccountNonce.
()
| 55 | |
| 56 | // GetAccountNonce implements interfaces/Transaction.GetAccountNonce. |
| 57 | func (t *Transfer) GetAccountNonce() pi.AccountNonce { |
| 58 | return t.Nonce |
| 59 | } |
| 60 | |
| 61 | // Sign implements interfaces/Transaction.Sign. |
| 62 | func (t *Transfer) Sign(signer *asymmetric.PrivateKey) (err error) { |
no outgoing calls