UNPKG

@okxweb3/coin-kaia

Version:

An kaia SDK for building Web3 wallets and applications.

7 lines (6 loc) 228 B
import { TransactionRequest as EthersTransactionRequest } from "ethers6"; export interface TransactionRequest extends EthersTransactionRequest { txSignatures?: any[]; feePayer?: string; feePayerSignatures?: any[]; }