Swig TS — API References
Preparing search index...
@swig-wallet/classic
SignedBatchTransactionResult
Type Alias SignedBatchTransactionResult
Result of batch signing a single transaction
type
SignedBatchTransactionResult
=
{
encoded
?:
{
base58
?:
string
;
base64
?:
string
;
buffer
?:
Uint8Array
}
;
feePayer
:
SolPublicKey
;
instructions
:
SolInstruction
[]
;
isFullySigned
:
boolean
;
recentBlockhash
:
|
Blockhash
|
string
|
Readonly
<
{
blockhash
:
Blockhash
;
lastValidBlockHeight
:
bigint
}
>
;
serialized
?:
Uint8Array
;
}
Index
Properties
encoded?
fee
Payer
instructions
is
Fully
Signed
recent
Blockhash
serialized?
Properties
Optional
encoded
encoded
?:
{
base58
?:
string
;
base64
?:
string
;
buffer
?:
Uint8Array
}
fee
Payer
feePayer
:
SolPublicKey
instructions
instructions
:
SolInstruction
[]
is
Fully
Signed
isFullySigned
:
boolean
recent
Blockhash
recentBlockhash
:
|
Blockhash
|
string
|
Readonly
<
{
blockhash
:
Blockhash
;
lastValidBlockHeight
:
bigint
}
>
Optional
serialized
serialized
?:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
encoded
fee
Payer
instructions
is
Fully
Signed
recent
Blockhash
serialized
Swig TS — API References
Loading...
Result of batch signing a single transaction