UNPKG

@blockbolt/boltpay-wallet

Version:
10 lines 310 B
import { SendParams, SendResult } from './types'; export declare class BlockBolt { private client; private transactionService; private treasuryService; constructor(); send(params: SendParams): Promise<SendResult>; private prepareInternalParams; } //# sourceMappingURL=blockbolt.d.ts.map