EthereumRawTransaction: RawEntity & Transaction & {
    signature: string;
    timestamp: number;
}

Generated using TypeDoc