UNPKG

@reservoir0x/relay-sui-wallet-adapter

Version:

A Sui wallet adapter for use in @reservoir0x/relay-sdk

7 lines 404 B
import { type AdaptedWallet } from '@reservoir0x/relay-sdk'; import { SuiClient } from '@mysten/sui/client'; import { Transaction } from '@mysten/sui/transactions'; export declare const adaptSuiWallet: (walletAddress: string, chainId: number, client: SuiClient, signAndExecuteTransactionBlock: (tx: Transaction) => Promise<{ digest: string; }>) => AdaptedWallet; //# sourceMappingURL=adapter.d.ts.map