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