Type Alias: WriteContractParameters<abi, functionName, args>
type WriteContractParameters<abi, functionName, args>: UnionEvaluate<Pick<SendMessageParams,
| "to"
| "refundTo"
| "bounceTo"
| "tokens"
| "value"
| "seqno"
| "feeCredit">> & ContractFunctionParameters<abi, "nonpayable" | "payable", functionName, args, false>;
Type Parameters
Type Parameter | Default type |
---|---|
|
|
|
|
|
|
Defined
@nilfoundation/niljs/src/contract-factory/ContractFactory.ts:424