export declare const fTransactionRequest: { nonce: number; gasPrice: string; gasLimit: string; to: string; value: string; data: string; chainId: number; }; export declare const fTransactionRequestEIP1559: { nonce: number; maxFeePerGas: string; maxPriorityFeePerGas: string; gasLimit: string; to: string; value: string; data: string; chainId: number; type: number; }; export declare const fTransactionRequestEIP1559ContractDeployment: { nonce: number; maxFeePerGas: string; maxPriorityFeePerGas: string; gasLimit: string; to: string; value: string; chainId: number; type: number; data: string; }; export declare const fTransactionRequestToken: { data: string; to: string; chainId: number; nonce: number; maxFeePerGas: string; maxPriorityFeePerGas: string; gasLimit: string; value: string; type: number; }; export declare const fSignedTx = "0xf86b0685012a05f20082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc100008029a075b96c4423ea79037099e0f8a0fa7d8538f00c6aaddea26e151320aac65ae3bda05266d81476adedc28c5e769f8bf016de33bdaa49f341435df429e01fe5f9b16e"; export declare const fSignedTokenTx = "0x02f8b70106843b9aca008504a817c80082520894e41d2489571d322189246dafa5ebde1f4699f498872386f26fc10000b844095ea7b3000000000000000000000000221657776846890989a759ba2973e427dff5c9bb0000000000000000000000000000000000000000000000004563918244f40000c080a0d6814aa5db69de910824b14462af006fde864224c616ab93e30f646e7309a93fa00312ac6e580e918ce6e39e5f910cb95ba7b68167f4d71e581dec2495a198ecc0"; export declare const fSignedTxEIP1559 = "0x02f8720306843b9aca008504a817c80082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc1000080c001a0884850dc596eac6b74175d2c62deedd9295570808882b0cd9adf47e5ac8b3b3da068881b0ef002d48ef78374d6842ee4987a222a4726af47b5a0a4bcb8f38e2cf3"; export declare const fSignedTxContractDeployment = "0x02f903170306843b9aca008504a817c80082520894b2bb2b958afa2e96dab3f3ce7162b87daea39017872386f26fc10000b902a3608060405234801561001057600080fd5b5033600160006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506000808190555061023b806100686000396000f300608060405260043610610057576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680632e1a7d4d1461005c5780638da5cb5b1461009d578063d0e30db0146100f4575b600080fd5b34801561006857600080fd5b5061008760048036038101908080359060200190929190505050610112565b6040518082815260200191505060405180910390f35b3480156100a957600080fd5b506100b26101d0565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b6100fc6101f6565b6040518082815260200191505060405180910390f35b6000600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614151561017057600080fd5b8160008082825403925050819055503373ffffffffffffffffffffffffffffffffffffffff166108fc839081150290604051600060405180830381858888f193505050501580156101c5573d6000803e3d6000fd5b506000549050919050565b600160009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60003460008082825401925050819055506000549050905600a165627a7a72305820f237db3ec816a52589d82512117bc85bc08d3537683ffeff9059108caf3e5d400029c001a04dcddb36d871a04c6f813ec4d81f526ee94953cc27dc10733b50a90796f97abca0611fb06e8e347a33619cd7cd321f0cddb665a031e61df29472257d43884f07cf";