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
/
src
/
pass
/
pass.interface.ts
6 lines
(4 loc)
•
182 B
text/typescript
View Raw
1
2
3
4
5
6
import
type
{
AssembledTransaction
}
from
"@stellar/stellar-sdk/contract"
;
export
interface
Pass
{
applyTo
(
tx
:
AssembledTransaction
<
null
>):
Promise
<
AssembledTransaction
<
null
>>; }