UNPKG
@kamino-finance/scope-sdk
Version:
latest (9.1.0)
9.1.0
9.0.0
8.0.7
8.0.6
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
Scope Oracle SDK
github.com/kamino-finance/scope-sdk
kamino-finance/scope-sdk
@kamino-finance/scope-sdk
/
dist
/
@codegen
/
kliquidity
/
utils
/
borshAddress.d.ts
4 lines
•
195 B
TypeScript
View Raw
1
2
3
4
import
{
Address
}
from
"@solana/kit"
;
import
{
Layout
}
from
"buffer-layout"
;
export
declare
function
borshAddress
(
property
?:
string
):
Layout
<
Address
>;
//# sourceMappingURL=borshAddress.d.ts.map