Docs
GitHub
Preparing search index...
The search index is not available
Fuels TS SDK API Documentation
Fuels TS SDK API Documentation
@fuel-ts/account
AssembleTransactionSummaryParams
Interface AssembleTransactionSummaryParams
interface
AssembleTransactionSummaryParams
{
abiMap
?:
AbiMap
;
baseAssetId
:
string
;
gasCosts
:
GasCosts
;
gasPerByte
:
BN
;
gasPrice
:
BN
;
gasPriceFactor
:
BN
;
gqlTransactionStatus
?:
GraphqlTransactionStatus
;
id
:
string
;
maxGasPerTx
:
BN
;
maxInputs
:
BN
;
receipts
:
TransactionResultReceipt
[]
;
transaction
:
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
;
}
;
transactionBytes
:
Uint8Array
;
}
Index
Properties
abi
Map?
base
Asset
Id
gas
Costs
gas
Per
Byte
gas
Price
gas
Price
Factor
gql
Transaction
Status?
id
max
Gas
Per
Tx
max
Inputs
receipts
transaction
transaction
Bytes
Properties
Optional
abi
Map
abi
Map
?:
AbiMap
base
Asset
Id
base
Asset
Id
:
string
gas
Costs
gas
Costs
:
GasCosts
gas
Per
Byte
gas
Per
Byte
:
BN
gas
Price
gas
Price
:
BN
gas
Price
Factor
gas
Price
Factor
:
BN
Optional
gql
Transaction
Status
gql
Transaction
Status
?:
GraphqlTransactionStatus
id
id
:
string
max
Gas
Per
Tx
max
Gas
Per
Tx
:
BN
max
Inputs
max
Inputs
:
BN
receipts
receipts
:
TransactionResultReceipt
[]
transaction
transaction
:
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
;
}
transaction
Bytes
transaction
Bytes
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abi
Map
base
Asset
Id
gas
Costs
gas
Per
Byte
gas
Price
gas
Price
Factor
gql
Transaction
Status
id
max
Gas
Per
Tx
max
Inputs
receipts
transaction
transaction
Bytes
Docs
GitHub
Fuels TS SDK API Documentation
Loading...