ExtensionOptionsEthereumTx: {
    decode(input: Uint8Array | Reader, length?: number): ExtensionOptionsEthereumTx;
    encode(_: ExtensionOptionsEthereumTx, writer?: Writer): Writer;
    fromJSON(_: any): ExtensionOptionsEthereumTx;
    fromPartial<I>(_: I): ExtensionOptionsEthereumTx;
    toJSON(_: ExtensionOptionsEthereumTx): unknown;
}

Type declaration

Generated using TypeDoc