UNPKG
@powrldgr/raydium-sdk-v2
Version:
alpha (0.0.1-alpha)
latest (0.0.14-alpha)
0.0.14-alpha
0.0.13-alpha
0.0.12-alpha
0.0.11-alpha
0.0.10-alpha
0.0.9-alpha
0.0.8-alpha
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
An SDK for building applications on top of Raydium.
powerledger/raydium-sdk-V2
@powrldgr/raydium-sdk-v2
/
lib
/
raydium
/
marketV2
/
layout.d.ts
11 lines
(8 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Structure
}
from
'../../marshmallow/index.js'
;
import
'@solana/web3.js'
;
import
'bn.js'
;
import
'../../marshmallow/buffer-layout.js'
;
declare
const
MARKET_STATE_LAYOUT_V2
:
Structure
<
any
,
""
, { [
x
:
string
]:
any
; }>;
export
{
MARKET_STATE_LAYOUT_V2
};