wire_program_tree_hash method
Implementation
void wire_program_tree_hash(
int port_,
ffi.Pointer<wire_uint_8_list> ser_program_bytes,
) {
return _wire_program_tree_hash(
port_,
ser_program_bytes,
);
}
void wire_program_tree_hash(
int port_,
ffi.Pointer<wire_uint_8_list> ser_program_bytes,
) {
return _wire_program_tree_hash(
port_,
ser_program_bytes,
);
}