@lightprotocol/stateless.js - v0.22.1-alpha.1
Other Libraries
Documentation
GitHub
Preparing search index...
CompressedTransaction
Interface CompressedTransaction
interface
CompressedTransaction
{
compressionInfo
:
{
closedAccounts
:
{
account
:
CompressedAccountWithMerkleContext
;
maybeTokenData
:
TokenData
|
null
;
}
[]
;
openedAccounts
:
{
account
:
CompressedAccountWithMerkleContext
;
maybeTokenData
:
TokenData
|
null
;
}
[]
;
preTokenBalances
?:
{
owner
:
PublicKey
;
mint
:
PublicKey
;
amount
:
BN
}
[]
;
postTokenBalances
?:
{
owner
:
PublicKey
;
mint
:
PublicKey
;
amount
:
BN
}
[]
;
}
;
transaction
:
any
;
}
Index
Properties
compression
Info
transaction
Properties
compression
Info
compressionInfo
:
{
closedAccounts
:
{
account
:
CompressedAccountWithMerkleContext
;
maybeTokenData
:
TokenData
|
null
;
}
[]
;
openedAccounts
:
{
account
:
CompressedAccountWithMerkleContext
;
maybeTokenData
:
TokenData
|
null
;
}
[]
;
preTokenBalances
?:
{
owner
:
PublicKey
;
mint
:
PublicKey
;
amount
:
BN
}
[]
;
postTokenBalances
?:
{
owner
:
PublicKey
;
mint
:
PublicKey
;
amount
:
BN
}
[]
;
}
transaction
transaction
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compression
Info
transaction
Other Libraries
Documentation
GitHub
@lightprotocol/stateless.js - v0.22.1-alpha.1
Loading...