UNPKG
@vaulverin/orca-sdk
Version:
latest (1.2.5)
1.2.23
1.2.5
1.2.3
1.2.2-3.1
Typescript SDK for the Orca protocol.
www.orca.so
orca-so/typescript-sdk
@vaulverin/orca-sdk
/
dist
/
public
/
utils
/
models
/
instruction.js
9 lines
(8 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
emptyInstruction
=
void
0
;
exports
.
emptyInstruction
= {
instructions
: [],
cleanupInstructions
: [],
signers
: [], };