UNPKG

@akashicpay/sdk

Version:

SDK to interact with the Akashic ecosystem

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