UNPKG

@xcapit/shelter-sdk

Version:

SDK for Shelter smart contracts on Stellar

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