MCPcopy Create free account
hub / github.com/NoteProtocol/NoteWallet / bestBlock

Method bestBlock

src/urchain.ts:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185 }
186
187 async bestBlock() {
188 return await this._post("best-header", {});
189 }
190
191 async allTokens() {
192 return await this._post("all-n20-tokens", {});

Callers 2

bestBlockFunction · 0.80
mintMethod · 0.80

Calls 1

_postMethod · 0.95

Tested by

no test coverage detected