Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/program
CallConfig
Type Alias CallConfig<T>
Call
Config
<
T
>
:
{
args
:
T
;
callParameters
?:
CallParams
;
externalAbis
:
Record
<
string
,
JsonAbi
>
;
forward
?:
CoinQuantity
;
func
:
FunctionFragment
;
program
:
AbstractProgram
;
txParameters
?:
TxParams
;
}
Represents configuration for calling a contract function.
Type Parameters
T
=
unknown
Type of the function's arguments.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Fuels TS SDK API Documentation
Loading...
Represents configuration for calling a contract function.