UNPKG

@xcapit/shelter-sdk

Version:

SDK for Shelter smart contracts on Stellar

9 lines (8 loc) 240 B
import { contract } from "@stellar/stellar-sdk"; export declare class FakeSAC { transfer({ from, to, amount, }: { from: string; to: string; amount: bigint; }): Promise<contract.AssembledTransaction<null>>; }