UNPKG

@akashicpay/sdk

Version:

SDK to interact with the Akashic ecosystem

4 lines (3 loc) 239 B
import type { APBuilderArgs } from '../src'; import { AkashicPay, Environment } from '../src'; export declare function buildSDKInstance(args?: Partial<APBuilderArgs<Environment.Development>>): Promise<AkashicPay<Environment.Development>>;