UNPKG

@xcapit/shelter-sdk

Version:

SDK for Shelter smart contracts on Stellar

5 lines (4 loc) 183 B
import type { AssembledTransaction } from "@stellar/stellar-sdk/contract"; export interface Pass { applyTo(tx: AssembledTransaction<null>): Promise<AssembledTransaction<null>>; }