UNPKG
goosefx-amm-sdk
Version:
latest (2.0.0)
2.0.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
SDK for the GooseFx AMM
goosefx-amm-sdk
/
lib
/
gfx
/
account
/
layout.d.ts
7 lines
(4 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
_solana_buffer_layout
from
'@solana/buffer-layout'
;
import
*
as
_solana_spl_token
from
'@solana/spl-token'
;
declare
const
splAccountLayout
: _solana_buffer_layout.
Structure
<_solana_spl_token.
RawAccount
>;
export
{ splAccountLayout };