Type alias StorageProof<TQuantity>

StorageProof<TQuantity>: {
    key: Hash;
    proof: Hash[];
    value: TQuantity;
}

Type Parameters

  • TQuantity = bigint

Type declaration

Generated using TypeDoc