UNPKG

solace-sdk

Version:

SDK to interact with the Solace Program

8 lines (7 loc) 333 B
import { SolaceSDK } from "../solace"; import * as anchor from "anchor-rn"; import { SendSPLTokenData } from "../types"; export declare function requestSplTransfer(this: SolaceSDK, data: SendSPLTokenData, feePayer: anchor.web3.PublicKey): Promise<{ transaction: import("../../relayer").RelayerIxData; isGuarded: boolean; }>;