MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / GetAccountNonce

Method GetAccountNonce

types/transfer.go:57–59  ·  view source on GitHub ↗

GetAccountNonce implements interfaces/Transaction.GetAccountNonce.

()

Source from the content-addressed store, hash-verified

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

Callers 1

TestTxTransferFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestTxTransferFunction · 0.76