Variable $TransactionHashConst

$TransactionHash: {
    description: "The hash on an Ethereum transaction";
    example: "0xbd1286efb1d26626ea9277d0ea465b083131001c607f967eaa54777bf34ba240";
    pattern: "^0x[a-fA-F0-9]{64}$";
    type: "string";
} = ...