Type Alias: BINARY_NODE
BINARY_NODE =
object
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:1196
an internal node whose both children are non-zero
Properties
left
left:
FELT
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:1200
the hash of the left child
right
right:
FELT
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:1204
the hash of the right child