UNPKG

@blockbolt/boltpay-wallet

Version:
9 lines 341 B
import { SuiClient } from '@mysten/sui/client'; import { InternalSendParams, SendResult } from '../types/index'; export declare class TransactionService { private client; constructor(client: SuiClient); send(params: InternalSendParams): Promise<SendResult>; private getCoin; } //# sourceMappingURL=TransactionService.d.ts.map