@frakt-protocol/frakt-sdk
Version:
Frakt SDK for interacting with frakt.xyz protocols
6 lines (5 loc) • 366 B
TypeScript
/// <reference types="@solana/web3.js" />
import { web3 } from '@project-serum/anchor';
import { InitBoardEntry, InitBoardEntryInstruction } from '../../types';
export declare const initBoardEntry: (params: InitBoardEntry) => Promise<void>;
export declare const initBoardEntryInstruction: (params: InitBoardEntryInstruction) => Promise<web3.TransactionInstruction>;