interface BlockHashErrorResponse {
    codde: number;
    messages: string[];
    reason: string;
}

Properties

Properties

codde: number
messages: string[]
reason: string