注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。A Fallback or Receive function on a Contract.
Parameter | Type | Description |
---|---|---|
overrides ? | Omit <TransactionRequest , "to" > | The transaction overrides. |
Promise
<ContractTransactionResponse
>
A promise resolving to the transaction response.
data
may be overridden.
Parameter | Type | Description |
---|---|---|
overrides ? | Omit <TransactionRequest , "to" > | The transaction overrides. |
Promise
<bigint
>
A promise resolving to the estimated gas.
data
may be overridden.
Parameter | Type | Description |
---|---|---|
overrides ? | Omit <TransactionRequest , "to" > | The transaction overrides. |
Promise
<ContractTransaction
>
A promise resolving to the populated transaction.
data
may be overridden.
Parameter | Type | Description |
---|---|---|
overrides ? | Omit <TransactionRequest , "to" > | The transaction overrides. |
Promise
<ContractTransactionResponse
>
A promise resolving to the transaction response.
data
may be overridden.
Parameter | Type | Description |
---|---|---|
overrides ? | Omit <TransactionRequest , "to" > | The transaction overrides. |
Promise
<string
>
A promise resolving to the result of the call.