init method

Implementation

StubbleResult init(InitMessage msg, StubbleContext context) {
  return StubbleResult(state: GetBlockNameState());
}