Function useCosmosTransferFees

  • React hook to get simulated fee data for a cosmos MsgSend or an IBC transfer

    Parameters

    Returns {
        gasFees: undefined | TransferFeeResult;
        gasFeesError: any;
        isGasFeesLoading: boolean;
    }