Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/transactions
Transaction
Type Alias Transaction<TTransactionType>
Transaction
<
TTransactionType
>
:
TTransactionType
extends
TransactionType
?
Extract
<
PossibleTransactions
,
{
type
:
TTransactionType
;
}
>
:
Partial
<
Omit
<
TransactionScript
,
"type"
>
>
&
Partial
<
Omit
<
TransactionCreate
,
"type"
>
>
&
Partial
<
Omit
<
TransactionMint
,
"type"
>
>
&
Partial
<
Omit
<
TransactionUpgrade
,
"type"
>
>
&
Partial
<
Omit
<
TransactionUpload
,
"type"
>
>
&
Partial
<
Omit
<
TransactionBlob
,
"type"
>
>
&
{
type
:
TransactionType
;
}
Type Parameters
TTransactionType
=
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
GitHub
Fuels TS SDK API Documentation
Loading...