Type alias UseSendGasTokenTransactionProps

UseSendGasTokenTransactionProps: {
    options?: BuildUserOpOptions;
    tokenParam: Hex | PaymasterFeeQuote;
    transactions: Transaction | Transaction[];
}

Type declaration