Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
TransactionSignature
Interface TransactionSignature
Information about a Solana transaction signature.
interface
TransactionSignature
{
blockTime
:
null
|
number
;
confirmationStatus
?:
Commitment
;
err
:
null
|
TransactionError
;
memo
:
null
|
string
;
signature
:
string
;
slot
:
number
;
}
Index
Properties
block
Time
confirmation
Status?
err
memo
signature
slot
Properties
block
Time
block
Time
:
null
|
number
Optional
confirmation
Status
confirmation
Status
?:
Commitment
err
err
:
null
|
TransactionError
memo
memo
:
null
|
string
signature
signature
:
string
slot
slot
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Time
confirmation
Status
err
memo
signature
slot
@synapse/client-sdk
Loading...
Information about a Solana transaction signature.