export type AddBlockResult = 1 | 2 | 3 | 4 | 5;
export type ReceiveBlockResult = AddBlockResult;
