UNPKG

@xcapit/shelter-sdk

Version:

SDK for Shelter smart contracts on Stellar

13 lines (12 loc) 331 B
import { contract } from "@stellar/stellar-sdk"; export declare class FakeSAC { options: { contractId: string; }; transfer({ from, to, amount, }: { from: string; to: string; amount: bigint; }): Promise<contract.AssembledTransaction<null>>; balance(options: any): Promise<any>; }