@blockbolt/boltpay-wallet
Version:
BlockBolt package for SUI wallet
9 lines • 341 B
TypeScript
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