Swig TS — API References
Preparing search index...
@swig-wallet/classic
BatchTransactionConfig
Type Alias BatchTransactionConfig
Configuration for a single transaction in a batch (Classic)
type
BatchTransactionConfig
=
{
feePayer
:
PublicKey
;
innerInstructions
:
TransactionInstruction
[]
;
options
?:
SwigOptions
;
recentBlockhash
:
string
;
roleId
:
number
;
signers
?:
Signer
[]
;
swig
:
Swig
;
withSubAccount
?:
boolean
;
}
Index
Properties
fee
Payer
inner
Instructions
options?
recent
Blockhash
role
Id
signers?
swig
with
Sub
Account?
Properties
fee
Payer
feePayer
:
PublicKey
inner
Instructions
innerInstructions
:
TransactionInstruction
[]
Optional
options
options
?:
SwigOptions
recent
Blockhash
recentBlockhash
:
string
role
Id
roleId
:
number
Optional
signers
signers
?:
Signer
[]
swig
swig
:
Swig
Optional
with
Sub
Account
withSubAccount
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fee
Payer
inner
Instructions
options
recent
Blockhash
role
Id
signers
swig
with
Sub
Account
Swig TS — API References
Loading...
Configuration for a single transaction in a batch (Classic)