UNPKG
@xcapit/shelter-sdk
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
SDK for Shelter smart contracts on Stellar
github.com/xcapit/shelter
xcapit/shelter
@xcapit/shelter-sdk
/
types
/
pass
/
pass.interface.d.ts
4 lines
(3 loc)
•
62 B
TypeScript
View Raw
1
2
3
4
export
interface
Pass
{
applyTo
(
tx
:
any
):
Promise
<
any
>; }