Type alias TypedTransaction

TypedTransaction: BaseTransaction & {
    type: number;
}

Typed Ethereum Transaction