interface StateTransition {
    bytecodeRoot: string;
}

Properties

Properties

bytecodeRoot: string

The root of the new bytecode of the state transition function.