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
/
fake
/
fake-pass.d.ts
6 lines
(5 loc)
•
152 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
Pass
}
from
"../pass.interface"
;
export
declare
class
FakePass
implements
Pass
{
constructor
(
);
applyTo
(
tx
:
any
):
Promise
<
any
>; }