UNPKG

@xcapit/shelter-sdk

Version:

SDK for Shelter smart contracts on Stellar

7 lines (6 loc) 273 B
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>>; }