참고: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.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.