Variable AccountProofResultConst
AccountProofResult: Struct<
{ hash: number[]; root: number[]; proof: number[][] },
{
hash: Struct<number[], Struct<number, null>>;
root: Struct<number[], Struct<number, null>>;
proof: Struct<number[][], Struct<number[], Struct<number, null>>>;
},
> = ...