UNPKG
@secux/app-sol
Version:
latest (3.1.3)
3.1.3
3.1.2
3.1.1
3.1.0
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
SecuX Hardware Wallet SOL API
github.com/SecuX/secux-js/tree/master/packages/app-sol
@secux/app-sol
/
lib
/
bigintLayout.d.ts
3 lines
(2 loc)
•
133 B
TypeScript
View Raw
1
2
3
import
*
as
BufferLayout
from
"@solana/buffer-layout"
;
export
declare
const
u64
:
(
property
?:
string
) =>
BufferLayout
.
Layout
<
bigint
>;