Skip to main content

getSendTxParams

Callable

  • getSendTxParams(__namedParameters: { abi: AbiFunctionFragment; contractOptions: ContractOptions; options?: { data?: string; dataInputFill?: input | data | both; from?: string; gas?: string; gasPrice?: string; input?: string; maxFeePerGas?: string; maxPriorityFeePerGas?: string; nonce?: string; to?: string; type?: string | number }; params: unknown[] }): TransactionCall

  • Parameters

    • __namedParameters: { abi: AbiFunctionFragment; contractOptions: ContractOptions; options?: { data?: string; dataInputFill?: input | data | both; from?: string; gas?: string; gasPrice?: string; input?: string; maxFeePerGas?: string; maxPriorityFeePerGas?: string; nonce?: string; to?: string; type?: string | number }; params: unknown[] }

    Returns TransactionCall