@acala-network/chopsticks-core
@acala-network/chopsticks-core / createProof
Function: createProof()
createProof(
nodes
,updates
):Promise
<{nodes
:`0x${string}`
[];trieRootHash
:`0x${string}`
; }>
Defined in: packages/core/src/wasm-executor/index.ts:119
Parameters
nodes
`0x${string}`
[]
updates
[`0x${string}`
, null
| `0x${string}`
][]
Returns
Promise
<{ nodes
: `0x${string}`
[]; trieRootHash
: `0x${string}`
; }>