Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/program
ContractCall
Type Alias ContractCall
Contract
Call
:
{
amount
?:
BigNumberish
;
assetId
?:
BytesLike
;
contractId
:
AbstractAddress
;
data
:
BytesLike
;
externalContractsAbis
?:
Record
<
string
,
JsonAbi
>
;
fnSelectorBytes
:
Uint8Array
;
gas
?:
BigNumberish
;
}
Represents a contract call.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Fuels TS SDK API Documentation
Loading...
Represents a contract call.